DataSource for Entity Framework in WPF
C1.Data Namespace / ClientView<T> Class / AutoLoad Property

In This Topic
    AutoLoad Property (ClientView<T>)
    In This Topic
    Gets or sets a boolean value indicating whether the client view must be loaded automatically when its data is accessed.
    Syntax
    'Declaration
     
    Public Property AutoLoad As Boolean
    public bool AutoLoad {get; set;}
    See Also